Launch_Code
Lesson 12
SQL_
group
This example page uses only html, and has no error handling:
Some other example input types:
Radio Buttons:
Option 1
Option 2
Option 3
Checkboxes:
A
B
C
D
Radio Buttons are split up based on name.
The first one here is part of the first group of radio buttons:
Option 4
Option 1
Option 2
Number Inputs only take integers, making life easier for you:
Date and email types work similarly:
Password inputs are hidden:
Reset Inputs set all other fields in the form to the default value:
Submit buttons submit the form to the "action" the form is set to.